Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / NullablePropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
    NewValue Property (NullablePropertyChangedEventArgs<T>)
    In This Topic
    The value of the property after the change.
    Syntax
    'Declaration
     
    
    Public Property NewValue As Nullable(Of T)
    public Nullable<T> NewValue {get; set;}
    See Also